projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f696e
)
(Fdocumentation_property): Remove register declaration for `tem'.
author
Dave Love
<fx@gnu.org>
Mon, 18 Oct 1999 18:15:25 +0000
(18:15 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 18 Oct 1999 18:15:25 +0000
(18:15 +0000)
src/ChangeLog
patch
|
blob
|
history
src/doc.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 787ab4c045f8c1271efe04f113c47ae84248ef26..bafec6aff21ef897047f4742e817829250347e82 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+1999-10-18 Dave Love <fx@gnu.org>
+
+ * doc.c (Fdocumentation_property): Gcpro `tem'.
+
1999-10-18 Kenichi Handa <handa@etl.go.jp>
* lread.c (Fload): Calculate bytes of filename correctly.
diff --git
a/src/doc.c
b/src/doc.c
index 02d0b5869b540c6ca77091f0112973891f537296..7590054201ace843e9617197591e50b07b1b2b08 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-392,7
+392,7
@@
translation.")
(symbol, prop, raw)
Lisp_Object symbol, prop, raw;
{
-
register
Lisp_Object tem;
+ Lisp_Object tem;
tem = Fget (symbol, prop);
if (INTEGERP (tem))